home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / CLOG100.ARJ / CLOG.DOC next >
Text File  |  1992-04-02  |  3KB  |  68 lines

  1. ──────────────────────────────────────────────────────────────────────────────
  2.  
  3.                        CLOG   CL Option Generator 1.00
  4.                         (c) 1992 Q-Ware Las Cruces NM
  5.  
  6. ──────────────────────────────────────────────────────────────────────────────
  7.  
  8. CLOG is distributed as Shareware NOT Freeware.  If you like CLOG and find it
  9. to be useful, you are asked to pay about $5.00 for a registered copy. With
  10. this registration, you will receive any pending updates and a disk full
  11. of other utilities to make your PC a more useful tool.
  12.  
  13. Send Check, Money Order, or Cold Hard Cash to:
  14.  
  15.        John A. Qualtrough
  16.        315 Linda Vista Rd.
  17.        Las Cruces, NM 88005
  18.  
  19. Questions or comments may be left on:
  20.                                         Waterfront West Wildcat! BBS
  21.                                         300 - 9600 BPS, 24Hrs
  22.                                         (505) - 523 - 4528
  23.                                         Leave [M]essage for John Qualtrough
  24.  
  25. ──────────────────────────────────────────────────────────────────────────────
  26. Purpose for CLOG:
  27.  
  28.    CLOG is an option generator for Microsoft optimizing C compiler (CL.EXE).
  29. CLOG lets you choose from several compile options for your C program and then
  30. calls CL with the proper command line to accomplish your options.  CLOG frees
  31. you from having to remember the command line options like "/c /Fpi /AL /Fpa
  32. /FPi87 /G2 /AT /Fa /AH /AS ....."  Although all of the options which are part
  33. of CL are useful, often it is difficult to remember which one does what !
  34. CLOG knows .... and will use the proper options depending on how you want your
  35. program compiled.  To use CLOG, simply type CLOG [sourcefile]  the optional
  36. source file is the name of your C source code to be compiled.  It may also be
  37. entered later if it is not specified in the command line.
  38.  
  39. EXAMPLE:
  40.  
  41. C:\MSC6\SOURCE\ >CLOG MYPRG.C
  42.  
  43.  
  44. CLOG will present a "window" containing various compile options.  Using a
  45. mouse, you may select (or de-select) any compile options that you wish to use
  46. by moving to and clicking on the desired options.  When ready, you may click 
  47. on the "GO" button to begin the compile process.  If you decide to abort, you 
  48. may click on "QUIT" to return to DOS.  If you do not have a mouse, you may 
  49. move from one option to the next using the TAB key.  To activate one of the 
  50. buttons or check boxes press the space bar or <enter>.  During the compile,
  51. CLOG will call CL.EXE (must be in PATH) and when finished will return you to
  52. the DOS prompt.
  53.  
  54.  
  55. NOTE:  CLOG has been used and tested with Microsoft C 6.0.  Although it may
  56. be compatible with earlier and later versions, I cannot claim this as I have
  57. not yet tested it with other versions.  Look for upcoming revisions which
  58. include more options to customize you C compiled programs ....
  59.  
  60. ──────────────────────────────────────────────────────────────────────────────
  61. Requirements for CLOG:
  62.  
  63.    CLOG requires DOS 3.x (or later) and 640K RAM is recommended.  
  64. Your compiler CL.EXE must be located somewhere in your PATH, and although not
  65. required, a mouse is very helpful during operation.
  66.  
  67. ──────────────────────────────────────────────────────────────────────────────
  68.